﻿.ms-rtestate-field p {
    margin: 0px 0px 0px;
}

.carousel{
	width: 100%;
	height: 241px;
}
.slider-img{
	width: 100%;
    height: 270px;
    object-fit: cover;		
}

.carousel-inner .carousel-caption {
  position: absolute;
  color: #fff;
  text-align: left;
  line-height: 110%;
  font-family: 'Nunito Sans';
  font-weight: 800;
}		
.carousel-inner .carousel-caption .h1-slider{
  font-size: 29px;
  line-height: 110%;
}
.carousel-inner .carousel-caption .h4-slider{
  font-size: 22px;
  font-weight: normal;
}
.carousel-inner .carousel-caption .text-content{
  font-size: 16px;
  font-weight: 600;
}
.carousel-inner .carousel-caption .linkdestino{
	background: #4B3C8C;
    color: white;
		padding: 5px 10px 5px 10px;
    height: 25px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    line-height: 24px;
		width: auto;
    height: 34px;
    text-transform: uppercase;
}
.carousel-inner .carousel-caption .div-button-logo{
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}
.carousel-inner .carousel-caption .linklogo{
	width:46px;
	height:46px;
	border-radius: 50%;	
}
.carousel-indicators {
    bottom: -30px !important;
}
   
.carousel-indicators [data-bs-target] {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
	border: 2px solid white;
	background:transparent;
}
.carousel-indicators .active {

    background-color: #FFB800!important;
    border: 1px solid transparent;
    width: 8px;
    height: 8px;
    border-radius: 50%;		
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 1.3rem !important;
    height: 1.3rem !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
   
}

/*800px */
@media (min-width: 800px) {
	.carousel-caption {
			bottom: 2.6rem !important;
	}
}
/*1280px */
@media (min-width: 1280px) {

	.carousel {
    height: 298px;
	}


	.carousel-caption {
	    right: 10%;
	    left: 10%;
	}
	/*.carousel-inner .carousel-caption .h1-slider{
	  font-size: 42px;
	  line-height: 53px;
	}*/
	.carousel-inner .carousel-caption .h4-slider{
	  font-size: 24px;
	  line-height: 40px;
	}
	.carousel-inner .carousel-caption .text-content{
	  font-size: 22px;
	  line-height: 32px;

	}
	.carousel-inner .carousel-caption .linkdestino{
		padding: 5px 12px 5px 12px;
		font-size: 18px;
	  	line-height: 27px;
	  	height:35px;
	  	font-weight: 600;
	}
	.carousel-inner .carousel-caption .linklogo{
		width:60px;
		height:60px;
		margin-top: 10px;	
	}
	.carousel-inner .carousel-caption .div-button-logo{
		align-items: flex-end;
	}
	
	.carousel-indicators [data-bs-target] {
	    width: 10px;
	    height: 10px;
	}
	.carousel-indicators .active {
	    width: 11px;
	    height: 11px;
	
	}
	.slider-img {
    height: 298px;
	}
	.carousel-indicators {
    margin-bottom: 3rem !important;
	}




}

